type crypto/tls.certificateMsg

8 uses

	crypto/tls (current package)
		conn.go#L1120: 			m = new(certificateMsg)
		handshake_client.go#L540: 	certMsg, ok := msg.(*certificateMsg)
		handshake_client.go#L636: 		certMsg = new(certificateMsg)
		handshake_messages.go#L1278: type certificateMsg struct {
		handshake_messages.go#L1283: func (m *certificateMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1318: func (m *certificateMsg) unmarshal(data []byte) bool {
		handshake_server.go#L559: 	certMsg := new(certificateMsg)
		handshake_server.go#L630: 		certMsg, ok := msg.(*certificateMsg)